home *** CD-ROM | disk | FTP | other *** search
-
- /*
- (c) Copyright 2006 iOpus Software GmbH - http://www.iopus.com
- */
- window.onload=function(){var group=document.getElementById("clickgroup");var val=im_Pref.getCharPref("clickmode");if(!/^(:?xy|auto|htm)$/.test(val)){val="auto";im_Pref.setCharPref("clickmode","auto");}var item=document.getElementById(val);group.selectedItem=item;};function do_accept(){var group=document.getElementById("clickgroup");var id=group.selectedItem.id;im_Pref.setCharPref("clickmode",id);im_Pref.setBoolPref("highlight",id=="xy");window.close();}